DataCollection | ComponentOne
C1.DataCollection.Serialization Assembly / C1.DataCollection.Serialization Namespace / NotifyCollectionChangedEventArgs<T> Class / NotifyCollectionChangedEventArgs<T> Constructor / NotifyCollectionChangedEventArgs<T> Constructor(NotifyCollectionChangedAction,IList,Int32,Int32)

In This Topic
    NotifyCollectionChangedEventArgs<T> Constructor(NotifyCollectionChangedAction,IList,Int32,Int32)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal action As NotifyCollectionChangedAction, _
       ByVal changedItems As IList, _
       ByVal index As Integer, _
       ByVal oldIndex As Integer _
    )
    public NotifyCollectionChangedEventArgs<T>( 
       NotifyCollectionChangedAction action,
       IList changedItems,
       int index,
       int oldIndex
    )

    Parameters

    action
    changedItems
    index
    oldIndex
    See Also